﻿header {
  z-index: 10;
  top: 0;
  width: 100%;
  height: 160px;

  /* min-height: 150px; */
  position: fixed;
  background: linear-gradient(
    to bottom,
    rgba(9, 9, 9, 1) 50%,
    rgba(9, 9, 9, 0.85) 65%,
    rgba(9, 9, 9, 0.45) 82%,
    rgba(0, 0, 0, 0) 100%
  );
  /* outline: 1px solid rgb(60, 255, 0); */
  /* overflow: hidden; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.mobile-nav-panel {
  display: none;
}



.waves-blured {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  display: block;
  opacity: 0.3;
  mix-blend-mode: screen;
  transform: scaleX(1.2);
  transform-origin: center center;
  filter: blur(0.2px);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, transparent 5%, #000 75%, #000 100%);
  mask-image: linear-gradient(to top, transparent 5%, #000 75%, #000 100%);
}

.slider {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 50%;
  width: 100vw;
  height: 20px;
  transform: translateX(-50%);
  pointer-events: none;
}

.slider svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 20px;
  display: block;
  overflow: visible;
}

.slider svg:not(.is-active) {
  visibility: hidden;
}

.slider svg.is-active path:nth-of-type(5) {
  fill: #8D8D8D;
}



.Vector2Header{
  position:absolute;
  top: 107px;
  left: 247px;
  width: calc(100vw - 240px);
  height: auto;
}

.logo-container {  
  gap: 20px;
  position: relative;
  width: fit-content;
  height: fit-content; 
  display: flex;
  flex-direction: column;
  z-index: 1;

}
.noThing {
  margin: 20px 0px 0px 0px;
  
}
.LogoHeaderContainer{
  position: absolute;
  top: -9px;
  left: 155px;
  width: 318px;
  height: 301px;
  margin-left: 50px;
}

.LogoHeaderbola{
  position: absolute;
  width: 25%;
  height: auto;
  top: 13%;
  left: 38%;
  z-index: -1;
}

.LogoHeader{
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  z-index: 1;
}

.professional-portfolio{
  margin: 0px;
  position: relative;
  top: -2px;
  font-size: 15px;
  color: #8D8D8D;
}


.nav-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  margin: 0 50px;
  width: auto;

}
nav {
  display: flex;
  gap: 80px;
  position: relative;
  padding: 0px 30px;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 55px;
  justify-content: flex-end;

 
}

nav h2{
  margin: auto;
  cursor: pointer;
  user-select: none;
}

nav .nav-link{
  color: inherit;
  text-decoration: none;
}

nav .nav-link:visited{
  color: inherit;
}

nav .nav-link.is-active h2 {
  color: #DAB67D;
}

body.is-slide-animating nav .nav-link {
  pointer-events: none;
  cursor: default;
}

